runtime.gobuf.pc (field)
29 uses
runtime (current package)
heapdump.go#L348: pc = gp.sched.pc
mbitmap.go#L1886: for u.initAt(gp.m.curg.sched.pc, gp.m.curg.sched.sp, 0, gp.m.curg, 0); u.valid(); u.next() {
mprof.go#L565: mp.profStack[0] = gp.m.curg.sched.pc
panic.go#L1207: gp.sched.pc = pc
proc.go#L562: traceback1(g.sched.pc, g.sched.sp, g.sched.lr, g, 0)
proc.go#L1821: gp.sched.pc = getcallerpc()
proc.go#L2391: gp.sched.pc = abi.FuncPCABI0(goexit) + sys.PCQuantum
proc.go#L2396: gp.syscallpc = gp.sched.pc
proc.go#L4171: f := findfunc(gp.sched.pc)
proc.go#L4354: gp.sched.pc = pc
proc.go#L4556: gp.syscallpc = gp.sched.pc
proc.go#L5030: newg.sched.pc = abi.FuncPCABI0(goexit) + sys.PCQuantum // +PCQuantum so that previous instruction is in same function
runtime2.go#L338: pc uintptr
stack.go#L985: traceback(morebuf.pc, morebuf.sp, morebuf.lr, morebuf.g.ptr())
stack.go#L995: gp.syscallpc = morebuf.pc
stack.go#L997: f := findfunc(gp.sched.pc)
stack.go#L1000: pcoff = gp.sched.pc - f.entry()
stack.go#L1004: "\tmorebuf={pc:", hex(morebuf.pc), " sp:", hex(morebuf.sp), " lr:", hex(morebuf.lr), "}\n",
stack.go#L1005: "\tsched={pc:", hex(gp.sched.pc), " sp:", hex(gp.sched.sp), " lr:", hex(gp.sched.lr), " ctxt:", gp.sched.ctxt, "}\n")
stack.go#L1008: traceback(morebuf.pc, morebuf.sp, morebuf.lr, gp)
stack.go#L1013: thisg.m.morebuf.pc = 0
stack.go#L1055: "\tmorebuf={pc:", hex(morebuf.pc), " sp:", hex(morebuf.sp), " lr:", hex(morebuf.lr), "}\n",
stack.go#L1056: "\tsched={pc:", hex(gp.sched.pc), " sp:", hex(gp.sched.sp), " lr:", hex(gp.sched.lr), " ctxt:", gp.sched.ctxt, "}\n")
stack.go#L1094: if f := findfunc(gp.sched.pc); f.valid() {
sys_x86.go#L19: *(*uintptr)(unsafe.Pointer(sp)) = buf.pc
sys_x86.go#L21: buf.pc = uintptr(fn)
traceback.go#L159: pc0 = gp.sched.pc
traceback.go#L298: frame.pc = gp.sched.pc
tracestack.go#L115: pcBuf[1] = gp.sched.pc
 |
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |